TenCubed Chess

Invented by: David Paolowich, 2005

Game hierarchy

• Game
    • Generic Chess
        • Generic x10
            • Generic 10x10
                • Grand Chess
                    • TenCubed Chess

Board

FEN: 2cwamwc2/1rnbqkbnr1/pppppppppp/10/10/10/10/PPPPPPPPPP/1RNBQKBNR1/2CWAMWC2 w - - 0 1

Piece Types

Internal NameNameNotationAdded ByNotes
KingKingKGeneric Chessroyal
PawnPawnPGeneric Chesscan promote; en passant; pawn structure evaluation
QueenQueenQGrand Chesstrap king on back rank bonus
RookRookRGrand Chessopen file bonus; trap king on back rank bonus
BishopBishopBGrand Chesscolorbinding evaluation; outpost bonus
KnightKnightNGrand Chessoutpost bonus
ArchbishopArchbishopAGrand Chess 
ChancellorMarshallMGrand Chessopen file bonus; trap king on back rank bonus; trap king on back rank bonus
WizardWizardWTenCubed Chesscolorbinding evaluation
ChampionChampionCTenCubed Chess 

Game Variables

Name = "TenCubed Chess"
Invented = "2005"
InventedBy = "David Paolowich"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}"
FENStart = "#{Array} w #default #default 0 1"
Array = "2cwamwc2/1rnbqkbnr1/pppppppppp/10/10/10/10/PPPPPPPPPP/1RNBQKBNR1/2CWAMWC2"
DeduplicateMoves = false
StaticExchangeEvaluation = true

Declared in Generic Chess:

StalemateResult = Draw
PromotionRule = Standard
PromotionTypes = "QMA"
BareKing = false
EnPassant = true
PromotingType = Pawn
CastlingType = King

Declared in Generic x10:

PawnMultipleMove = Grand

Declared in Generic 10x10:

Castling = None

Rules

MoveCompletionDefaultRule
BasicPromotionRule
EnPassantRule
CheckmateRule
Move50Rule
RepetitionDrawRule

Evaluations

PawnStructureEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation
OutpostEvaluation
GrandChessDevelopmentEvaluation

 
 

COPYRIGHT (C) 2021 BY GREG STRONG